Skip to main content

revBrowserGet

Type

function

Summary

Retrieves a property from the specified browser object.

Syntax

revBrowserGet(<instanceId>, <propertyName>)
XBrowser_Get(<propertyName> [, <instanceId>])

Description

Use the revBrowserGet function to obtain information about the browser object specified by the instanceId by returning the value of one of the browser properties.

note

The "advanced" callback messages are: browserClick, browserOver and browserOut. These messages are only sent when the "messages" property is set to true. Other callback messages are always sent.

note

For general information on using the browser library, see the notes in the revBrowserOpen function reference.

Parameters

NameTypeDescription

instanceId

The integer identifier of a browser object.

propertyName

enum

The name of the property to retrieve, see below for a full list.

Examples

put revBrowserGet(tBrowserId, "rect") into tBrowserRect

command: revBrowserSet

function: revBrowserOpen

glossary: function

message: browserOver, browserOut, browserClick

Compatibility and Support

Introduced

LiveCode 2.8.1

OS

mac

windows

Platforms

desktop

Thank you for your feedback!

Was this page helpful?